Int16NINumericInt16NIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<Int16N>.IsGreaterThan(
Int16N value
)
Private Function IsGreaterThan (
value As Int16N
) As Boolean Implements INumeric(Of Int16N).IsGreaterThan
private:
virtual bool IsGreaterThan(
Int16N value
) sealed = INumeric<Int16N>::IsGreaterThan
private abstract IsGreaterThan :
value : Int16N -> bool
private override IsGreaterThan :
value : Int16N -> bool
- value Int16N
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)